Below bar chart shows the count in each category of position for the basketball player dataset.
As shown in the Geom Point bar below, the distribution of the weight of centers (C) is greater than the distribution of the weight of forwards (F).
As shown in the Geom Point bar below, the distribution of the height of centers (C) is greater than the distribution of the height of forwards (F).
As shown in the geom point bar below, distribution of height is different for different positions. However, it is almost similar for category F-G and G-F. And for C-F and F-C. We are keeping the tallest as Centers and the shortest as Guards.
It does not look like Player’s height significantly increased over the years. The below graph shows it almost stayed constant.
I am using box plot to find out the relationship between Player’s position and height in Inches.
This concludes Unit-2 assignment.